home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / about.dir / 00045.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  404 b   |  26 lines

  1. on idle
  2.   if rollOver(5) then
  3.     go("1")
  4.   end if
  5.   if rollOver(6) then
  6.     go("2")
  7.   end if
  8.   if rollOver(7) then
  9.     go("3")
  10.   end if
  11.   if rollOver(20) then
  12.     set the castNum of sprite 20 to 39
  13.   else
  14.     set the castNum of sprite 20 to 38
  15.   end if
  16.   if rollOver(21) then
  17.     set the ink of sprite 22 to 0
  18.   else
  19.     set the ink of sprite 22 to 39
  20.   end if
  21. end
  22.  
  23. on exitFrame
  24.   go(the frame + 1)
  25. end
  26.